-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add New Getting Started on Google Cloud Page #139
base: master
Are you sure you want to change the base?
Conversation
docs/getting-started/gcp.md
Outdated
|
||
Once logged in you need to install node.js and Node-RED | ||
|
||
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the default Linux install script not work for some reason ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for checking.
Check it myself!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi
I corrected manual install document referring to the official documentation of Node.js --> NodeSource Node.js Binary Distributions
- modified
I want to make sure that it is feasible with the documentation.
To get Node-RED to start automatically whenever your instance is restarted, you | ||
can use pm2: | ||
|
||
sudo npm install -g pm2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you not use the systemd scripts we already have documented ? - or indeed the Linux install scripts which work on Debian/Ubuntu also ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for checking.
Check it myself!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm Sorry for the late comment and late check.
I wrote a document referring to Azure document
Please tell me the documentation of systemd scripts.
thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is some info here - https://nodered.org//docs/faq/customising-systemd-on-pi
The file that gets installed is from here - https://github.com/node-red/linux-installers/blob/master/resources/nodered.service
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you a lots !
I will check now!
Howdy chums ... I wanted to create some docs on using GCP and Node-RED ... I created the following https://docs.google.com/document/d/1_IKViGlgt_lkkypdiIRiVjX85I_LjrrBSYTZMfDGyuA/edit?usp=sharing and was about to submit a pull request and then saw this pull-request. The techniques are quite different ... I wonder if we want to discuss and see if there is value in merging the stories? Neil |
Hi Neil thank you for your comment. I want to fix a problem that I can't install, but I haven't. But I can't see your documentation :( |
Howdy @iganari .... email me at [email protected] and we can exchange notes. I can send the doc as a PDF to your return address. |
What is the current status here? |
Since this pull request is old and not the preferred way, I created a new one: |
Just to clarify for me.. why is this not the preferred way ? Is this feedback from Google ? Or evolved over time ? or ... ? |
The preferred way may be the wrong word. So you can save the step "Setup Node-RED". |
Proposed changes
I added GCP to the getting started page.
Checklist
grunt
to verify the unit tests pass